home *** CD-ROM | disk | FTP | other *** search
- echo "Deleting all .o files"
- cd basic
- echo "Entering directory *"basic*"."
- delete >NIL: #?.o
- cd /
- cd dict
- echo "Entering directory *"dict*"."
- delete >NIL: #?.o
- cd /
- cd prio
- echo "Entering directory *"prio*"."
- delete >NIL: #?.o
- cd /
- cd graph
- echo "Entering directory *"graph*"."
- delete >NIL: #?.o
- cd /
- cd plane
- echo "Entering directory *"plane*"."
- delete >NIL: #?.o
- cd /
- cd graphics
- echo "Entering directory *"graphics*"."
- delete >NIL: #?.o
- cd /
-
- echo " Done."
-